home *** CD-ROM | disk | FTP | other *** search
- object frmArchiveInfo: TfrmArchiveInfo
- Left = 316
- Top = 155
- BorderStyle = bsDialog
- Caption = 'frmArchiveInfo'
- ClientHeight = 250
- ClientWidth = 386
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lPath: TLabel
- Left = 100
- Top = 64
- Width = 80
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Path:'
- end
- object lArchiveType: TLabel
- Left = 100
- Top = 88
- Width = 80
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Archive type:'
- end
- object lName: TLabel
- Left = 100
- Top = 40
- Width = 80
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Name:'
- end
- object lFileCount: TLabel
- Left = 100
- Top = 136
- Width = 80
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'File(s):'
- end
- object lSize: TLabel
- Left = 100
- Top = 112
- Width = 80
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Size:'
- end
- object lCompression: TLabel
- Left = 100
- Top = 160
- Width = 80
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Compression:'
- end
- object lDateTime: TLabel
- Left = 100
- Top = 184
- Width = 80
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Date/Time:'
- end
- object rbCompression: TRarBar
- Left = 24
- Top = 32
- Width = 60
- Height = 180
- LineColor = 16769248
- TopColor = 16744576
- SideColor1 = 14706792
- SideColor2 = 16744576
- EmptyColor1 = 12609640
- EmptyColor2 = 14647424
- EmptyFrameColor1 = 10512488
- EmptyFrameColor2 = 12550272
- BottomFrameColor = 6570124
- BottomColor = 8011916
- FilledFrameColor = 8413344
- FilledColor = 10510496
- FilledSideColor1 = 8535190
- FilledSideColor2 = 8931520
- Min = 0
- Max = 100
- Progress = 0
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clPurple
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ShowPercentage = True
- Color = clBtnFace
- end
- object lCompIndicator: TLabel
- Left = 16
- Top = 8
- Width = 76
- Height = 13
- Caption = 'Compression:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lNameData: TLabel
- Left = 200
- Top = 40
- Width = 230
- Height = 13
- AutoSize = False
- Caption = 'lNameData'
- end
- object lPathData: TLabel
- Left = 200
- Top = 64
- Width = 230
- Height = 13
- AutoSize = False
- Caption = 'lPathData'
- end
- object lArchiveTypeData: TLabel
- Left = 200
- Top = 88
- Width = 230
- Height = 13
- AutoSize = False
- Caption = 'lArchiveTypeData'
- end
- object lSizeData: TLabel
- Left = 200
- Top = 112
- Width = 230
- Height = 13
- AutoSize = False
- Caption = 'lSizeData'
- end
- object lFilecountData: TLabel
- Left = 200
- Top = 136
- Width = 230
- Height = 13
- AutoSize = False
- Caption = 'lFilecountData'
- end
- object lCompressionData: TLabel
- Left = 200
- Top = 160
- Width = 230
- Height = 13
- AutoSize = False
- Caption = 'lCompressionData'
- end
- object lDateTimeData: TLabel
- Left = 200
- Top = 184
- Width = 230
- Height = 17
- AutoSize = False
- Caption = 'lDateTimeData'
- end
- object lvArcInfo: TListView
- Left = 104
- Top = 32
- Width = 265
- Height = 177
- Columns = <
- item
- Caption = 'gfhfg'
- Width = 130
- end
- item
- Caption = 'jhjh'
- Width = 130
- end>
- ReadOnly = True
- RowSelect = True
- ShowColumnHeaders = False
- TabOrder = 1
- ViewStyle = vsReport
- end
- object btnClose: TButton
- Left = 156
- Top = 218
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'btnClose'
- Default = True
- TabOrder = 0
- OnClick = btnCloseClick
- end
- end
-